﻿@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    src: url('../fonts/HarmonyOS_Sans_SC_Bold.ttf');
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Light';
    src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf');
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf');
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Regular';
    src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');
}

@font-face {
    font-family: 'DIN-Bold';
    src: url('../fonts/DIN-Bold.otf');
}

@font-face {
    font-family: 'DINPro-Medium';
    src: url('../fonts/DINPro-Medium.otf');
}

body {
    color: #333;
    background: #ffffff;
    font: 14px 'HarmonyOS_Sans_SC_Regular', 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #00abc8;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    width: 1364px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1400px) {
    .container {
        width: 1200px;
    }
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
        width: 100%;
    }
}

.header {
    width: 100%;
    left: 0;
    top: 0;
    position: sticky;
    background-color: #1d1934;
    z-index: 999;
    height: 120px;
}

.header .logo {
    height: 70px;
    margin-right: 70px;
}

.header .logo img {
    height: 41px;
}

.header .top {
    justify-content: flex-end;
    font-size: 12px;
    padding-top: 15px;
}

.header .top a {
    color: #FFF;
    margin-right: 20px;
}

.header .top .lang {
    margin-right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/lang.png)no-repeat center;
    background-size: 100%;
}

.header .search-btn {
    width: 20px;
    height: 20px;
    background: url(../images/search.png)no-repeat center;
    background-size: 100%;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: .5rem;
    height: .5rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.header .head {
    margin-top: 15px;
}

.nav li>a {
    color: #FFF;
    font-size: 16px;
    line-height: 70px;
    padding: 0 25px;
}

.nav li.on a {
    color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.nav .drop {
    width: 100%;
    left: 0;
    top: 70px;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #1d1934;
    line-height: 35px;
    font-size: 12px;
}

.nav .drop a {
    color: #FFF;
}

.nav .pro-sub {
    background-color: #FFF;
    padding: 20px;
}

.nav .pro-sub .sub-con {
    width: 260px;
    border-right: 1px #f3f2f5 solid;
    margin-right: 20px;
}

.nav .pro-sub h3 {
    font-size: 20px;
}

.nav .pro-sub .row {
    margin-top: 10px;
}

.nav .pro-sub .row a {
    color: #666;
    font-size: 16px;
}

.nav .pro-sub .pic-con .item {
    width: 23%;
    margin-right: 2%;
}

.nav .pro-sub .pic-con .item:last-child {
    margin-right: 0;
}

.nav .pro-sub .pic-con .item .pic {
    width: 100%;
    padding-top: 100%;
    background-color: #f3f2f5;
}

.nav .pro-sub .pic-con .item .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

.nav .pro-sub .pic-con .item .txt {
    color: #333;
    margin-top: 10px;
    font-size: 16px;
}

.search-content {
    background: #1d1934;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10001;
    display: none;
    width: 100%;
    height: 100%;
}

.search-content .close {
    position: absolute;
    right: 3%;
    top: 3%;
    width: 30px;
    height: 30px;
    background: url(../images/close.svg)no-repeat center;
    background-size: 20px;
    cursor: pointer;
    z-index: 10;
}

.search-content .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 60%;
    height: 80px;
    border-bottom: 1px #FFF solid;
}

.search-content .content input[type='text'] {
    color: #FFF;
    font-size: 14px;
    background: none;
}

.search-content .content input[type='text']::placeholder {
    color: #FFF;
}

.search-content .content input[type='submit'] {
    width: 30px;
    background: url(../images/search.png)no-repeat center;
    background-size: 20px;
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .container {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 2;
}

.banner .banner-text {
    margin-top: 240px;
}

.banner .banner-text .text {
    color: #bbbbbb;
    font-size: 24px;
}

.banner .banner-text .title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 64px;
    color: #FFF;
}

.banner .banner-text a {
    width: 150px;
    line-height: 40px;
    background-color: #00abc8;
    color: #FFF;
    margin-top: 35px;
}

.banner .form {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .7);
    width: 520px;
    padding: 35px;
}

.banner .form .group {
    margin-top: 20px;
}

.banner .form .group:first-child {
    margin-top: 0;
}

.banner .form .tit {
    font-size: 18px;
    color: #858585;
}

.banner .form input[type='text'] {
    width: 100%;
    height: 58px;
    border: 1px #717375 solid;
    background: none;
    margin-top: 5px;
    color: #FFF;
    font-family: 'HarmonyOS_Sans_SC_Regular';
    font-size: 14px;
    padding: 0 20px;
}

.banner .form textarea {
    width: 100%;
    background: none;
    border: 1px #717375 solid;
    margin-top: 5px;
    height: 88px;
    color: #FFF;
    font-family: 'HarmonyOS_Sans_SC_Regular';
    font-size: 14px;
    padding: 15px 20px;
}

.banner .form input[type='submit'] {
    width: 100%;
    margin-top: 30px;
    background-color: #00abc8;
    color: #FFF;
    height: 56px;
    font-family: 'HarmonyOS_Sans_SC_Regular';
    font-size: 16px;
}

@media (max-width:1680px) {
    .banner .banner-text {
        margin-top: 200px;
    }
}

@media (max-width:1600px) {
    .banner .banner-text {
        margin-top: 180px;
    }
    .banner .banner-text .text {
        font-size: 20px;
    }
    .banner .banner-text .title {
        font-size: 58px;
    }
    .banner .form input[type='text'],
    .banner .form input[type='submit'] {
        height: 45px;
    }
    .banner .form input[type='submit'] {
        margin-top: 20px;
    }
}

@media (max-width:1440px) {
    .banner .banner-text {
        margin-top: 160px;
    }
    .banner .banner-text .title {
        font-size: 48px;
    }
    .nav .pro-sub .sub-con {
        width: 220px;
    }
}

@media (max-width:1366px) {
    .banner .banner-text {
        margin-top: 120px;
    }
}

@media (max-width:1280px) {
    .banner .banner-text {
        margin-top: 100px;
    }
}

.n-banner {
    overflow: hidden;
}

.n-banner img {
    max-width: 100%;
    width: 100%;
}

.n-banner .container {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 2;
}

.n-banner .text-con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.n-banner .text-con .tit {
    font-size: 24px;
    white-space: nowrap;
}

.n-banner .text-con .title {
    font-size: 32px;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.n-banner .tit {
    font-size: 64px;
    font-weight: bold;
    color: #acbfde;
    margin-top: 150px;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.n-banner .subtit {
    font-size: 30px;
    font-weight: bold;
    color: #acbfde;
    margin-top: 30px;
}

.crumbs {
    background: url(../images/home.png)no-repeat left center;
    padding-left: 30px;
    font-size: 16px;
    color: #FFF;
    margin-top: 60px;
}

.crumbs a {
    color: #FFF;
}

.crumbs.grey {
    background-image: url(../images/home1.png);
}

.crumbs.grey,
.crumbs.grey a {
    color: #999;
}

.footer {
    background-color: #1a1a1a;
    padding-top: 45px;
    padding-bottom: 140px;
}

.footer .title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    color: #00abc8;
    font-size: 24px;
    border-bottom: 2px #0b6b7c solid;
    line-height: 2.4;
}

.footer .con {
    margin-top: 20px;
}

.footer .erwma-con .erwma {
    width: 100px;
    background-color: #FFF;
    margin-right: 10px;
}

.footer .erwma-con .erwma img {
    width: 100%;
}

.footer .erwma-con .tit {
    color: #808080;
}

.footer .erwma-con .text {
    font-size: 18px;
    color: #FFF;
}

.footer .erwma-con .address {
    margin-top: 20px;
}

.footer .erwma-con .address .text {
    font-size: 16px;
}

.footer .f-nav li {
    margin-right: 30px;
}

.footer .f-nav li:last-child {
    margin-right: 0;
}

.footer .f-nav .tit {
    color: #FFF;
}

.footer .f-nav .sub {
    margin-top: 10px;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.footer .f-nav .sub a {
    color: #808080;
    line-height: 1.6;
}

.footer .sns {
    margin-top: 40px;
}

.footer .sns a {
    width: 31px;
    height: 31px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px #313131 solid;
    margin-right: 5px;
}

.footer .sns .code {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #FFF;
    width: 80px;
    height: 80px;
    padding: 2px;
    display: none;
}

.footer .sns .code img {
    width: 100%;
}

.footer .sns a:hover .code {
    display: block;
    top: 30px;
}

.copyright {
    background-color: #000000;
    color: #a6a6a7;
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-size: 12px;
    line-height: 2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.copyright .container {
    justify-content: flex-end;
}

.copyright .text {
    text-decoration: underline;
}

.copyright a {
    color: #a6a6a7;
    margin-left: 20px;
    text-decoration: underline;
}

.pub-title {
    font-size: 28px;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    border-bottom: 1px #a5a4a5 solid;
    padding-bottom: 20px;
}

.pub-more {
    font-size: 16px;
    text-align: right;
    margin-top: 30px;
}

.pub-more a {
    color: #00abc8;
    padding-right: 25px;
    background: url(../images/arrow2.svg)no-repeat right center;
    background-size: 14px;
}

.home-pro {
    background-color: #f5f4f7;
    padding-top: 150px;
    padding-bottom: 170px;
}

.home-pro .content {
    margin-top: 10px;
}

.home-pro .swiper-slide {
    padding: 20px;
    background-color: #FFF;
    height: 600px;
}

.home-pro .more {
    font-family: 'HarmonyOS_Sans_SC';
    color: #1597b1;
    font-size: 12px;
    text-align: right;
    margin-top: 40px;
}

.home-pro .pic {
    width: 100%;
    height: 400px;
    align-items: flex-end;
    padding-bottom: 50px;
    overflow: hidden;
    padding-bottom: 50px;
}

.home-pro .pic img {
    max-width: 90%;
    max-height: 90%;
}

.home-pro .tit {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 20px;
    border-bottom: 2px #b8b8b8 solid;
    padding-bottom: 10px;
}

.home-pro .des {
    margin-top: 15px;
    color: #717071;
}

.home-pro .swiper-button-prev,
.home-pro .swiper-button-next {
    background-size: 14px;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-pro .swiper-button-prev {
    left: -50px;
}

.home-pro .swiper-button-next {
    right: -50px;
}

.home-pro .swiper-pagination {
    bottom: -50px;
    width: 100%;
}

.home-pro .swiper-pagination-bullet {
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    background-color: #a6a6a7;
    opacity: 1;
    width: 20px;
    height: 3px;
    margin: 0 5px;
}

.home-pro .swiper-pagination-bullet-active {
    background-color: #00abc8;
}

.home-fangan {
    background: #070c2c url(../images/bg1.png)no-repeat center bottom;
    background-size: auto 1080px;
    padding-top: 110px;
    height: 1080px;
}

.home-fangan .pub-title {
    color: #00abc8;
    border-bottom-color: #78797b;
}

.home-fangan .content {
    justify-content: flex-end;
    margin-top: 120px;
}

.home-fangan .text-content {
    width: 435px;
}

.home-fangan .item {
    width: 100%;
    border-bottom: 1px #4d5060 solid;
    padding-right: 115px;
    margin-top: 50px;
    padding-bottom: 50px;
}

.home-fangan .item:last-child {
    border-bottom: 0;
}

.home-fangan .item .tit {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    color: #00abc8;
    font-size: 20px;
}

.home-fangan .item .des {
    color: #a6a6a7;
    font-size: 16px;
    margin-top: 10px;
}

.home-fangan .item .icon {
    width: 51px;
    height: 51px;
    position: absolute;
    right: 0;
    top: 0;
}

.home-case {
    background-color: #f3f2f5;
    padding-top: 120px;
    padding-bottom: 170px;
}

.home-case .text-content {
    margin-top: 10px;
    background-color: #FFF;
}

.home-case .text-content .pic {
    width: 66%;
    overflow: hidden;
}

.home-case .text-content .text-con {
    padding: 30px;
}

.home-case .text-content .tit {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 20px;
}

.home-case .text-content .des {
    color: #717071;
    margin-top: 10px;
    line-height: 1.6;
    height: 150px;
    overflow: hidden;
}

.home-case .text-content .num-con .txt {
    font-size: 12px;
    margin-top: 15px;
}

.home-case .text-content .num-con .num {
    color: #00abc8;
    font-size: 28px;
    font-family: 'DIN-Bold';
}

.home-case .text-content .num-con .num span {
    font-size: 36px;
}

.home-case .content {
    margin-top: 20px;
}

.home-case .swiper-slide {
    background-color: #FFF;
    height: 260px;
    padding: 20px;
}

.home-case .swiper-button-prev,
.home-case .swiper-button-next {
    background-size: 14px;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-case .swiper-button-prev {
    left: -50px;
}

.home-case .swiper-button-next {
    right: -50px;
}

.home-case .swiper-pagination {
    bottom: -50px;
    width: 100%;
}

.home-case .swiper-pagination-bullet {
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    background-color: #a6a6a7;
    opacity: 1;
    width: 20px;
    height: 3px;
    margin: 0 5px;
}

.home-case .swiper-pagination-bullet-active {
    background-color: #00abc8;
}

.home-case .swiper-slide .tit {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 20px;
}

.home-case .swiper-slide .des {
    color: #717071;
    line-height: 1.6;
    margin-top: 10px;
}

.home-case .swiper-slide span {
    color: #00abc8;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.home-brand,
.home-news {
    margin-top: 140px;
}

.home-brand .text {
    font-size: 20px;
    margin-top: 90px;
    line-height: 1.7;
    color: #717071;
}

.home-brand .num-con {
    margin-top: 80px;
}

.home-brand .item {
    border-left: 1px #00abc8 solid;
    padding-left: 20px;
}

.home-brand .item .tit {
    font-size: 16px;
}

.home-brand .item .num {
    font-family: 'DIN-Bold';
    color: #00abc8;
    font-size: 64px;
    line-height: 1;
}

.home-brand .item .num span {
    font-size: 32px;
    font-family: 'HarmonyOS_Sans_SC_Regular';
}

.home-brand .item .jia::after {
    content: '+';
    font-size: 36px;
    position: absolute;
    right: -20px;
    top: 0;
}

.home-news .title-con {
    margin-top: 70px;
    font-size: 18px;
}

.home-news .title-con>div {
    color: #808080;
    margin-right: 40px;
    padding-right: 40px;
    cursor: pointer;
}

.home-news .title-con>div::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 80%;
    background-color: #c5c5c5;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-news .title-con>div:last-child::after {
    display: none;
}

.home-news .title-con>div.on {
    color: #000;
}

.home-news .content {
    margin-top: 30px;
}

.home-news .content .first {
    width: 36.5%;
    height: 560px;
    padding-right: 3.5%;
    margin-right: 3.5%;
}

.home-news .content .first::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #c6c6c6;
}

.home-news .content .first .pic {
    width: 100%;
    overflow: hidden;
    height: 245px;
}

.home-news .content .first .tit {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 20px;
    margin-top: 20px;
}

.home-news .content .first .des {
    color: #717071;
    margin-top: 20px;
}

.home-news .content .first span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 135px;
    line-height: 35px;
    background-color: #00abc8;
    color: #FFF;
    font-size: 16px;
}

.home-news .content .item {
    border-bottom: 1px #c3c3c3 solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.home-news .content .item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.home-news .content .item .text-con {
    margin-right: 8%;
}

.home-news .content .item .tit {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 20px;
}

.home-news .content .item .des {
    color: #717071;
    margin-top: 10px;
}

.home-news .content .item .date {
    color: #808080;
    font-size: 12px;
    font-family: 'DIN-Bold';
}

.home-news .content .item .date span {
    color: #00abc8;
    font-size: 44px;
    line-height: 1;
}

.huoban-pic {
    overflow: hidden;
    margin-top: 180px;
}

.huoban-pic img {
    width: 100%;
}

.huoban-pic .container {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 100%;
    color: #FFF;
}

.huoban-pic .title {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 28px;
}

.huoban-pic .text {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 20px;
    margin-top: 30px;
    line-height: 1.6;
}

.home-huoban {
    background-color: #f3f2f5;
    padding-top: 140px;
    padding-bottom: 160px;
}

.home-huoban .item {
    height: 135px;
    background-color: #FFF;
    width: 18.4%;
    margin-right: 2%;
    margin-top: 30px;
}

.home-huoban .item:nth-of-type(5n) {
    margin-right: 0;
}

.home-huoban .swiper-container {
    margin-top: 30px;
}

.home-huoban .swiper-button-prev,
.home-huoban .swiper-button-next {
    background-size: 14px;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-huoban .swiper-button-prev {
    left: -50px;
}

.home-huoban .swiper-button-next {
    right: -50px;
}

.home-huoban .swiper-pagination {
    bottom: -50px;
    width: 100%;
}

.home-huoban .swiper-pagination-bullet {
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    background-color: #a6a6a7;
    opacity: 1;
    width: 20px;
    height: 3px;
    margin: 0 5px;
}

.home-huoban .swiper-pagination-bullet-active {
    background-color: #00abc8;
}

.home-huoban .swiper-slide {
    background-color: #FFF;
    height: 135px;
}

.home-huoban img {
    max-width: 90%;
    max-height: 90%;
}

.home-huoban .pub-title {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.kefu {
    position: fixed;
    right: 10px;
    bottom: 15%;
    z-index: 99;
    background-color: #1d1934;
}

.kefu>div,
.kefu a {
    width: 60px;
    height: 60px;
}

.kefu>div::after,
.kefu a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background-color: #00abc8;
}

.kefu>div:last-child:after {
    display: none;
}

.kefu>div span,
.kefu a span {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.kefu .tel span {
    background-image: url(../images/tel.png);
}

.kefu .code span {
    background-image: url(../images/code.png);
}

.kefu .message span {
    background-image: url(../images/message.png);
}

.kefu .top {
    cursor: pointer;
}

.kefu .top span {
    background-image: url(../images/top.png);
}

.kefu .tel-con {
    position: absolute;
    background-color: #FFF;
    top: 0;
    height: 100%;
    white-space: nowrap;
    font-size: 24px;
    font-family: 'DIN-Bold';
    color: #00abc8;
    padding: 0 20px;
    line-height: 60px;
    right: 60px;
    display: none;
}

.kefu .erwma {
    position: absolute;
    background-color: #FFF;
    top: 0;
    white-space: nowrap;
    padding: 5px;
    right: 60px;
    display: none;
}

@media (min-width:1025px) {
    .header .top a:hover,
    .nav .drop a:hover,
    .crumbs a:hover,
    .home-pro .swiper-slide:hover .tit,
    .home-case .swiper-slide:hover .tit,
    .home-case .swiper-slide:hover span {
        text-decoration: underline;
    }
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .nav .drop a:hover {
        background-color: #FFF;
        color: #1d1934;
    }
    .copyright a:hover {
        color: #FFF;
        text-decoration: none;
    }
    .footer .f-nav .sub a:hover {
        color: #FFF;
    }
    .home-pro .swiper-slide:hover .pic img,
    .home-news .content .first:hover .pic img,
    .home-huoban .item:hover img,
    .home-huoban .swiper-slide:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .kefu .tel:hover .tel-con,
    .kefu .code:hover .erwma {
        display: block;
    }
}

@media (max-width:1440px) {
    .pub-title {
        font-size: 24px;
    }
    .home-pro,
    .home-case {
        padding-top: 110px;
        padding-bottom: 140px;
    }
    .home-brand,
    .home-news {
        margin-top: 100px;
    }
    .n-banner .tit {
        font-size: 48px;
    }
}

@media (max-width:1366px) {
    .home-pro,
    .home-case {
        padding-top: 70px;
        padding-bottom: 90px;
    }
    .home-pro .tit {
        font-size: 18px;
    }
    .home-brand,
    .home-news {
        margin-top: 60px;
    }
    .home-brand .item .num {
        font-size: 52px;
    }
    .home-brand .item .num span {
        font-size: 28px;
    }
    .home-brand .item .jia::after {
        font-size: 32px;
    }
}

@media (max-width:1199px) {
    .header {
        height: auto;
    }
    .header .top {
        display: none;
    }
    .header .head {
        margin-top: 0;
    }
    .header .logo {
        height: 1.1rem;
    }
    .header .logo img {
        height: .41rem;
    }
    .header .search-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        right: 70px;
    }
    .menu-btn {
        display: block;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.1rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #1d1934;
        z-index: 999;
        height: calc(100vh - 1.1rem);
        padding: .2rem .3rem;
    }
    .nav li {
        position: relative;
    }
    .nav li>a {
        padding: 0;
        width: 100%;
        line-height: .9rem;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: .9rem;
        width: .6rem;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .3rem;
        height: .3rem;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        background: none;
        padding-left: .2rem;
    }
    .nav .pro-sub {
        padding: 0 0 0 .2rem;
    }
    .nav .pro-sub .sub-con {
        width: 100%;
        margin-right: 0;
        border-right: 0;
    }
    .nav .pro-sub h3 {
        font-size: 16px;
        color: #00abc8;
    }
    .nav .pro-sub a,
    .nav .pro-sub .row a,
    .nav .pro-sub .pic-con .item .txt {
        font-size: 14px;
        color: #FFF;
    }
    .crumbs {
        margin-top: .6rem;
    }
    .banner .banner-text {
        margin-top: 1rem;
    }
    .banner .banner-text .title {
        font-size: 36px;
    }
    .footer {
        padding-top: .6rem;
        padding-bottom: 1.2rem;
    }
    .footer .title,
    .pub-title {
        font-size: 20px;
    }
    .footer .erwma-con,
    .footer .f-nav {
        width: 100%;
    }
    .footer .f-nav {
        margin-top: .4rem;
    }
    .home-pro,
    .home-case {
        padding-top: .7rem;
        padding-bottom: .9rem;
    }
    .home-pro .content {
        margin-top: .1rem;
    }
    .home-pro .swiper-button-prev,
    .home-pro .swiper-button-next,
    .home-case .swiper-button-prev,
    .home-case .swiper-button-next,
    .home-huoban .swiper-button-prev,
    .home-huoban .swiper-button-next {
        display: none;
    }
    .home-pro .swiper-slide {
        height: auto;
        padding: .2rem;
    }
    .home-pro .pic {
        height: 4rem;
        padding-bottom: .5rem;
    }
    .home-pro .more {
        margin-top: .4rem;
    }
    .home-fangan {
        padding-top: 1rem;
        background-position: center bottom;
    }
    .home-fangan .item {
        margin-top: .5rem;
        padding-bottom: .5rem;
    }
    .home-case .swiper-slide {
        height: 220px;
    }
    .home-pro .swiper-pagination,
    .home-case .swiper-pagination,
    .home-huoban .swiper-pagination {
        bottom: -.5rem;
    }
    .home-case .text-content,
    .home-news .title-con {
        margin-top: .1rem;
    }
    .home-case .swiper-slide {
        padding: .2rem;
    }
    .home-case .text-content .text-con {
        padding: .3rem;
    }
    .home-brand,
    .home-news,
    .home-brand .text,
    .home-brand .num-con {
        margin-top: .7rem;
    }
    .home-brand .item {
        padding-left: .2rem;
    }
    .home-pro .des {
        font-size: 12px;
    }
    .home-case .text-content .tit,
    .home-case .swiper-slide .tit,
    .home-brand .text,
    .home-brand .item .num span,
    .home-news .content .item .tit,
    .home-news .content .first .tit,
    .huoban-pic .text {
        font-size: 18px;
    }
    .home-case .text-content .num-con .num {
        font-size: 20px;
    }
    .home-case .text-content .num-con .num span {
        font-size: 30px;
    }
    .home-brand .item .num {
        font-size: 36px;
    }
    .home-news .content .item .date span {
        font-size: 34px;
    }
    .home-huoban {
        padding-top: .7rem;
        padding-bottom: 1.4rem;
    }
    .home-huoban .item {
        width: 23.5%;
    }
    .home-huoban .item:nth-of-type(5n) {
        margin-right: 2%;
    }
    .home-huoban .item:nth-of-type(4n) {
        margin-right: 0;
    }
    .home-huoban .pub-title {
        margin-bottom: .4rem;
    }
    .banner .form {
        padding: .3rem;
        width: 5.2rem;
    }
    .banner .form .group,
    .banner .form input[type='submit'] {
        margin-top: .2rem;
    }
    .banner .form input[type='text'],
    .banner .form input[type='submit'] {
        height: .5rem;
    }
    .banner .form input[type='text'] {
        padding: 0 .2rem;
    }
    .banner .form textarea {
        height: .9rem;
        padding: .15rem .2rem;
    }
    .banner .form .tit {
        font-size: 14px;
    }
    .huoban-pic {
        margin-top: 1.2rem;
    }
    .huoban-pic .title {
        font-size: 24px;
    }
    .n-banner .tit {
        font-size: 36px;
        margin-top: .8rem;
    }
}

@media (max-width:950px) {
    .home-huoban .item {
        width: 32%;
        margin-top: .3rem;
    }
    .home-huoban .item:nth-of-type(4n) {
        margin-right: 2%;
    }
    .home-huoban .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .n-banner .tit {
        font-size: 32px;
        margin-top: .6rem;
    }
}

@media (max-width:767px) {
    .crumbs {
        display: none;
    }
    .banner .banner-text {
        margin-top: .6rem;
    }
    .banner .banner-text .text,
    .home-pro .tit,
    .home-news .content .first .tit,
    .home-news .content .item .tit {
        font-size: 14px;
    }
    .banner .banner-text .title,
    .n-banner .tit {
        font-size: 24px;
    }
    .n-banner .subtit {
        font-size: 12px;
    }
    .banner .banner-text a {
        margin-top: .3rem;
        width: 2rem;
        font-size: 12px;
        line-height: .6rem;
    }
    .footer .f-nav li {
        width: 100%;
        margin-right: 0;
    }
    .footer .f-nav li .tit {
        line-height: .8rem;
        border-bottom: 1px rgba(255, 255, 255, .3) solid;
    }
    .footer .f-nav li .sub {
        display: none;
        line-height: 2;
        padding-left: .2rem;
    }
    .footer .f-nav li .tit::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 30px;
        height: 30px;
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 14px;
        margin-top: -15px;
    }
    .footer .f-nav li .tit.cur::after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .search-content .content {
        width: 90%;
    }
    .home-fangan {
        padding-bottom: 1rem;
        height: auto;
        background: #070c2c;
    }
    .home-fangan .content {
        margin-top: 0rem;
    }
    .home-fangan .item {
        padding-right: 1.4rem;
    }
    .home-fangan .item .tit {
        font-size: 16px;
    }
    .home-fangan .item .des,
    .home-news .content .first span,
    .home-brand .text,
    .home-brand .item .tit,
    .home-news .content .first .des,
    .home-news .content .item .des {
        font-size: 12px;
    }
    .home-case .text-content .pic {
        width: 100%;
    }
    .home-case .text-content .des {
        height: auto;
    }
    .home-case .text-content .tit,
    .home-case .swiper-slide .tit {
        font-size: 16px;
    }
    .home-news .title-con>div {
        margin-right: .4rem;
        padding-right: .4rem;
    }
    .home-news .content .first {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        height: auto;
        padding-bottom: 1rem;
        margin-bottom: .5rem;
    }
    .home-news .content .first::after {
        display: none;
    }
    .home-news .content .item {
        padding-bottom: .3rem;
        margin-bottom: .3rem;
    }
    .home-news .content .item .date span {
        font-size: 28px;
    }
    .home-brand .item {
        width: 45%;
        margin-top: .3rem;
    }
    .home-brand .num-con {
        margin-top: .4rem;
    }
    .home-brand .item .num {
        font-size: 32px;
    }
    .home-huoban .item {
        width: 49%;
        margin-top: .2rem;
        height: 120px;
    }
    .home-huoban .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .home-huoban .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .home-huoban .swiper-slide {
        height: 120px;
    }
    .home-huoban .swiper-container {
        margin-top: .2rem;
    }
    .banner .form {
        display: none;
    }
    .huoban-pic .title {
        font-size: 20px;
    }
    .huoban-pic .text,
    .home-news .title-con {
        font-size: 16px;
    }
    .huoban-pic {
        margin-top: .6rem;
    }
    .huoban-pic img {
        height: 2.8rem;
    }
    .huoban-pic .text {
        margin-top: .3rem;
    }
    .home-huoban {
        padding-top: .4rem;
    }
    .kefu {
        left: 0;
        bottom: 0;
        display: flex;     
        display: none;
        right: 0;
    }
    .kefu .top {
        display: none;
    }
    .kefu>div,
    .kefu a {
        flex: 1;
    }
    .kefu>div::after,
    .kefu a::after {
        right: 0;
        top: 0;
        width: 1px;
        height: 100%;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        left: auto;
    }
}


/* 关于 */

.about-text {
    margin-top: 160px;
}

.about-text .text {
    font-size: 20px;
    line-height: 1.8;
    color: #717071;
    margin-top: 20px;
}

.about-text .video-play {
    margin-top: 40px;
    width: 100%
}

.about-text .vjs-poster {
    background-size: cover;
    background-color: #1d1a34;
}

.about-text .video-play .video {
    width: 100%;
    height: 800px;
}

.about-text .video-js .vjs-big-play-button {
    background: url(../images/play.png) no-repeat center;
    background-size: contain;
    width: 72px;
    height: 72px;
    border: none;
    top: 50%;
    left: 50%;
    margin-top: -36px;
    margin-left: -36px;
    border: 0;
    overflow: hidden;
}

.about-text .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.about-text .vjs-icon-play:before {
    display: none;
}

.about-text .video-js .vjs-big-play-button:focus {
    background: none;
}

.about-text .video-js:hover .vjs-big-play-button {
    background: url(../images/play.png) no-repeat center;
}

.about .chshi {
    margin-top: 100px;
}

.about .chshi .content {
    border-bottom: 1px #a5a4a5 solid;
    margin-top: 90px;
}

.about .chshi .pic {
    width: 400px;
    margin-right: 70px;
    align-items: flex-end;
}

.about .chshi .pic img {
    max-width: 100%;
}

.about .chshi .text-con {
    margin-right: 220px;
}

.about .chshi .name {
    font-size: 28px;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.about .chshi .full {
    font-size: 24px;
    color: #717071;
}

.about .chshi .tags {
    margin-top: 55px;
    line-height: 40px;
    font-size: 20px;
    color: #bdbebf;
}

.about .chshi .tags span {
    background-color: #1d1a34;
    margin-right: 15px;
    padding: 0 25px;
}

.about .chshi .tags span:last-child {
    margin-right: 0;
}

.about .chshi .text {
    line-height: 1.8;
    margin-top: 20px;
    color: #717071;
    font-size: 20px;
}

.about .chshi .text p {
    padding-left: 25px;
}

.about .chshi .text p::before {
    content: '◇';
    position: absolute;
    left: 0;
    top: 0px;
}

.about .chshi .text span {
    color: #001f60;
}

.about .bg {
    background-color: #f3f2f5;
    margin-top: 100px;
    padding-top: 75px;
    overflow: hidden;
}

.about .brand .content {
    margin-top: 70px;
}

.about .brand .gallery-top .swiper-slide {
    overflow: hidden;
}

.about .brand .gallery-top .item {
    margin-right: 15px;
    background-color: #FFF;
    width: 19%;
    padding: 15px;
    overflow: hidden;
}

.about .brand .gallery-top .item:last-child {
    margin-right: 0;
}

.about .brand .gallery-top .item .tit {
    font-size: 16px;
    height: 100px;
}

.about .brand .gallery-top .item .date {
    font-size: 12px;
    color: #9b9b9c;
}

.about .brand .gallery-top .item .pic {
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-color: #ebebed;
    margin-top: 10px;
}

.about .brand .gallery-thumbs {
    padding-top: 65px;
}

.about .brand .gallery-thumbs .swiper-slide {
    font-family: 'DINPro-Medium';
    font-size: 20px;
    color: #9b9b9c;
    line-height: 1.6;
    border-top: 1px #a1a0a2 solid;
    padding-top: 25px;
}

.about .brand .gallery-thumbs .swiper-slide-active {
    color: #000;
    font-size: 72px;
    line-height: .9;
}

.about .brand .gallery-thumbs .swiper-slide-active::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background-color: #1598b2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -6px;
}

.about .brand .gallery-thumbs .swiper-slide-active::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 1px;
    height: 65px;
    top: -65px;
    background-color: #a1a0a2;
}

.about .yewu {
    background: url(../images/bg2.png)no-repeat center bottom;
    margin-top: 260px;
    background-size: 100%;
}

.about .yewu .content {
    height: 915px;
    padding-top: 60px;
}

.about .yewu .content .text {
    font-size: 24px;
}

.about .yewu .content .text span {
    color: #00abc8;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    line-height: 1.7;
}

.about .yewu .content .guo {
    position: absolute;
    right: 110px;
    top: 150px;
    height: 500px;
}

.about .yewu .content .item:nth-child(2) {
    margin-left: -273px;
}

.about .yewu .content .item:nth-child(3) {
    margin-left: -123px;
    margin-right: 30px;
}

.about .yewu .content .tit {
    font-size: 18px;
    position: absolute;
    left: 15px;
    top: 10px;
    white-space: nowrap;
}

.about .honor {
    width: 100%;
    height: 960px;
    overflow: hidden;
    background: #030510 url(../images/c-bg.jpg)no-repeat center bottom;
    background-size: auto 100%;
    padding-top: 130px;
}

.about .honor .pub-title {
    color: #00abc8;
}

.about .honor .content {
    padding-left: 23%;
    margin-top: 50px;
    height: 640px;
}

.about .honor .text-con>div {
    margin-right: 3%;
}

.about .honor .text-con>div:nth-child(2),
.about .honor .text-con>div:nth-child(3) {
    width: 27%;
}

.about .honor .text-con>div:nth-child(2) .text,
.about .honor .text-con>div:nth-child(3) .text {
    margin-bottom: 25px;
}

.about .honor .text-con>div:nth-child(2) .text:last-child,
.about .honor .text-con>div:nth-child(3) .text:last-child {
    margin-bottom: 0;
}

.about .honor .text-con>div:last-child {
    margin-right: 0;
}

.about .honor .text {
    color: #bdbebf;
    line-height: 1.7;
    padding-left: 25px;
}

.about .honor .text::before {
    content: '◇';
    position: absolute;
    left: 0;
    top: 0px;
}

.about .honor .swiper-container {
    margin-top: 80px;
    padding-bottom: 50px;
}

.about .honor .swiper-slide {
    align-items: flex-end;
    overflow: hidden;
}

.about .honor .swiper-slide img {
    max-width: 100%;
    height: 200px;
}

.about .honor .swiper-pagination {
    bottom: 0;
    width: 100%;
    left: 0;
}

.about .honor .swiper-pagination-bullet {
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    background-color: #a6a6a7;
    opacity: 1;
    width: 20px;
    height: 3px;
    margin: 0 5px;
}

.about .honor .swiper-pagination-bullet-active {
    background-color: #00abc8;
}

@media (max-width:1400px) {
    .about-text {
        margin-top: 120px;
    }
    .about-text .text {
        font-size: 18px;
    }
    .about .chshi {
        margin-top: 180px;
    }
    .about .chshi .text-con {
        margin-right: 140px;
    }
    .about .chshi .pic {
        width: 400px;
        margin-right: 0px;
    }
    .about .chshi .name {
        font-size: 24px;
    }
    .about .brand .gallery-thumbs .swiper-slide-active {
        font-size: 62px;
        line-height: 1;
    }
}

@media (min-width:1025px) {
    .about .brand .gallery-top .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:1199px) {
    .about-text {
        margin-top: 1rem;
    }
    .about .chshi {
        margin-top: 1.2rem;
    }
    .about-text .text,
    .about .chshi .tags,
    .about .chshi .text,
    .about .yewu .content .tit {
        font-size: 16px;
    }
    .about-text .video-play {
        margin-top: .4rem;
    }
    .about-text .video-play .video {
        height: 5.8rem;
    }
    .about .chshi .content {
        margin-top: .7rem;
    }
    .about .chshi .name,
    .about .yewu .content .text {
        font-size: 20px;
    }
    .about .chshi .full,
    .about .brand .gallery-thumbs .swiper-slide {
        font-size: 18px;
    }
    .about .chshi .pic {
        width: 4rem;
    }
    .about .chshi .tags {
        margin-top: .5rem;
    }
    .about .chshi .tags span {
        padding: 0 .25rem;
    }
    .about .chshi .text {
        margin-top: .2rem;
    }
    .about .chshi .text-con {
        margin-right: 1rem;
    }
    .about .bg {
        margin-top: 2rem;
        padding-top: .7rem;
    }
    .about .brand .gallery-thumbs .swiper-slide-active {
        font-size: 36px;
    }
    .about .brand .gallery-top .item .tit {
        height: 100px;
    }
    .about .brand .gallery-top .item .pic {
        height: 2.2rem;
    }
    .about .yewu {
        margin-top: 2rem;
    }
    .about .yewu .content {
        margin-top: 0;
        padding-top: .6rem;
        height: 12rem;
    }
    .about .honor {
        padding-top: .7rem;
        height: auto;
    }
    .about .honor .swiper-pagination {
        bottom: .5rem;
    }
    .about .honor .content {
        height: 7.8rem;
        margin-top: .5rem;
    }
    .about .honor .swiper-slide img {
        height: 2.5rem;
    }
}

@media (max-width:950px) {
    .about .yewu .content {
        height: auto;
        padding-bottom: 1rem;
    }
    .about .yewu .content .guo {
        position: relative;
        top: 0;
        right: auto;
        margin-top: .3rem;
    }
    .about .honor .content {
        height: auto;
    }
}

@media (max-width:767px) {
    .about .chshi .content {
        flex-flow: column;
        padding-bottom: .4rem;
    }
    .about .chshi .pic {
        order: 1;
        margin-left: auto;
        margin-right: auto;
    }
    .about .chshi .text-con {
        margin-right: 0;
        order: 2;
        margin-top: .3rem;
    }
    .about .chshi .name {
        text-align: center;
        font-size: 18px;
    }
    .about .chshi .full {
        font-size: 16px;
        text-align: center;
    }
    .about .brand .gallery-top .item {
        width: 49%;
        padding: .2rem;
    }
    .about .brand .gallery-top .item:nth-child(even) {
        margin-right: 0;
    }
    .about .brand .gallery-top .item:nth-child(3) {
        display: none;
    }
    .about .brand .gallery-thumbs .swiper-slide {
        font-size: 16px;
    }
    .about .brand .gallery-thumbs .swiper-slide-active {
        font-size: 24px;
    }
    .about .bg {
        margin-top: 1rem;
    }
    .about .yewu .content .text {
        font-size: 16px;
    }
    .about .yewu .content .guo {
        height: 5rem;
    }
    .about .yewu .content .item:nth-child(1) img {
        height: 5rem;
    }
    .about .yewu .content .item:nth-child(2) img {
        height: 4.75rem;
    }
    .about .yewu .content .item:nth-child(3) img {
        height: 4.47rem;
    }
    .about .yewu .content .item:nth-child(4) img {
        height: 4.72rem;
    }
    .about .yewu .content .item:nth-child(2) {
        margin-left: -2.73rem;
    }
    .about .yewu .content .item:nth-child(3) {
        margin-left: -1.23rem;
        margin-right: .3rem;
    }
    .about .honor .content {
        padding-left: 0;
    }
    .about-text .text,
    .about .chshi .text,
    .about .chshi .tags,
    .about .brand .gallery-top .item .tit,
    .about .yewu .content .tit {
        font-size: 14px;
    }
    .about .honor .text-con {
        display: block;
    }
    .about .honor .text-con>div:nth-child(2),
    .about .honor .text-con>div:nth-child(3) {
        width: 100%;
    }
    .about .honor .text br {
        display: none
    }
    .about .honor .text-con>div:nth-child(2) .text,
    .about .honor .text-con>div:nth-child(3) .text {
        margin-bottom: 0;
    }
}

.subnav {
    background-color: #FFF;
}

.subnav li {
    line-height: 60px;
    font-size: 18px;
    margin-right: 40px;
    padding-right: 40px;
}

.subnav li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #d5d5d5;
}

.subnav li:last-child:after {
    display: none;
}

.subnav li.on a {
    color: #00abc8;
}


/* 新闻 */

.pub-grey {
    background-color: #ededef;
    padding-top: 80px;
    padding-bottom: 120px;
}

.news .item {
    margin-top: 20px;
    overflow: hidden;
    background-color: #FFF;
}

.news .item .pic {
    width: 385px;
    height: 240px;
    overflow: hidden;
}

.news .item .text-con {
    padding: 20px 20px 20px 30px;
}

.news .item .tit {
    font-size: 20px;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    margin-right: 15%;
}

.news .item .des {
    margin-right: 15%;
    color: #747474;
    line-height: 1.7;
    margin-top: 20px;
}

.news .item .info {
    border-top: 1px #e1e1e1 solid;
    font-size: 12px;
    line-height: 2;
    color: #747474;
    position: absolute;
    left: 30px;
    right: 20px;
    bottom: 20px;
}

.news .item .info span {
    margin: 0 10px;
}

.news .item .info .more {
    color: #00abc8;
    font-size: 14px;
}

.page {
    margin-top: 90px;
}

.page a {
    margin: 0 10px;
    padding: 0 10px;
}

.page .prev,
.page .next {
    width: 20px;
    height: 30px;
    background: url(../images/arrow1.svg)no-repeat center;
    background-size: 100%;
}

.page .prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.news .details .content {
    background-color: #FFF;
    padding: 20px;
}

.news .details .info {
    font-size: 12px;
    border-bottom: 1px #e1e1e1 solid;
    font-size: 12px;
    line-height: 2;
    color: #747474;
    padding-bottom: 10px;
}

.news .details .info span {
    margin: 0 10px;
}

.news .details h1 {
    font-size: 24px;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-weight: 550;
    margin-top: 120px;
}

.news .details .body {
    padding: 70px 100px 100px;
    line-height: 2;
    font-size: 16px;
    color: #646564;
}

.news .details .body p {
    margin-top: 30px;
}

.news .details .prev-next {
    line-height: 2.4;
    margin-top: 30px;
}


/* 案例 */

.case {
    padding-left: 80px;
    padding-right: 80px;
}

.case .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
    overflow: hidden;
    background-color: #FFF;
}

.case .item:nth-of-type(3n) {
    margin-right: 0;
}

.case .item .pic {
    overflow: hidden;
    height: 250px;
}

.case .item .text-con {
    padding: 20px;
    line-height: 2;
}

.case .item .text-con .tit {
    font-size: 16px;
}

.case .item .text-con .text {
    color: #00abc8;
    border-top: 1px #b8b8b8 solid;
    margin-top: 5px;
    padding-top: 5px;
    font-size: 12px;
}

.us-banner .text-con {
    color: #FFF;
}

.us-banner .text-con .title {
    font-size: 64px;
}


/* 关于 */

.contact {
    padding-left: .4rem;
    padding-right: .4rem;
    margin-top: 220px;
    margin-bottom: 220px;
}

.contact .text-content {
    font-size: 16px;
    line-height: 1.7;
}

.contact .text-content>div:first-child {
    color: #1597b1;
    margin-bottom: 20px;
}

.contact .form {
    width: 840px;
}

.contact .form .group {
    margin-bottom: 20px;
}

.contact .form .group-con .group {
    margin-right: 20px;
}

.contact .form .group-con .group:last-child {
    margin-right: 0;
}

.contact .form .group .tit {
    font-size: 16px;
    color: #808080;
}

.contact .form .group input[type='text'] {
    width: 100%;
    border: 1px #c0c0c0 solid;
    margin-top: 10px;
    height: 56px;
    padding: 0 20px;
    font-size: 16px;
}

.contact .form .group textarea {
    width: 100%;
    border: 1px #c0c0c0 solid;
    margin-top: 10px;
    height: 90px;
    padding: 10px 20px;
    font-size: 16px;
}

.contact .form input[type='submit'] {
    background-color: #1b1833;
    color: #FFF;
    font-size: 16px;
    margin-top: 30px;
    height: 60px;
    width: 100%;
}


/* 案例详情 */

.case-details {
    margin-top: 50px;
    margin-bottom: 100px;
}

.case-details .title {
    font-size: 28px;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    border-bottom: 2px #dfdfe0 solid;
    padding-bottom: 10px;
}

.case-details .introduction .text-con {
    margin-top: 80px;
}

.case-details .introduction .tit {
    font-size: 28px;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.case-details .introduction .text {
    margin-top: 20px;
    font-size: 16px;
    color: #717071;
    line-height: 1.8;
}

.case-details .tongdian {
    background-color: #f2f0f4;
    margin-top: 150px;
    padding-top: 130px;
    padding-bottom: 200px;
}

.case-details .tongdian .title {
    border-bottom: 0;
}

.case-details .tongdian li {
    background-color: #FFF;
    width: 23.5%;
    margin-right: 2%;
    padding: 30px;
    margin-top: 60px;
}

.case-details .tongdian li:last-child {
    margin-right: 0;
}

.case-details .tongdian li .icon {
    width: 100%;
    height: 210px;
}

.case-details .tongdian li .tit {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 20px;
    border-bottom: 1px #b8b7b8 solid;
    padding-bottom: 5px;
}

.case-details .tongdian li .text {
    color: #7f7f7f;
    margin-top: 5px;
}

.case-details .liangdian {
    width: 100%;
    height: 985px;
    background: url(../images/bg4.jpg)no-repeat center bottom;
    padding-top: 80px;
    background-size: cover;
}

.case-details .liangdian .title {
    color: #FFF;
    border-bottom-color: #414752;
}

.case-details .liangdian .text {
    color: #808080;
    line-height: 1.7;
    margin-top: 35px;
    width: 600px;
}

.case-details .video {
    margin-top: 250px;
}

.case-details .video video {
    height: 750px;
    width: 100%;
}

.case-details .shigong {
    margin-top: 100px;
}

.case-details .shigong .text-con {
    margin-top: 40px;
}

.case-details .shigong .text {
    width: 660px;
    color: #808080;
    line-height: 1.7;
}

.case-details .shigong .item {
    margin-right: 60px;
}

.case-details .shigong .item:last-child {
    margin-right: 0;
}

.case-details .shigong .tit {
    color: #808080;
}

.case-details .shigong .num {
    color: #00abc8;
    font-size: 26px;
    font-family: 'DIN-Bold';
}

.case-details .shigong .num span {
    font-size: 26px;
}

.case-details .shigong .num hanziti {
    color: #00abc8;
    font-size: 24px;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.case-details .shigong .wenzi {
    color: #00abc8;
    font-size: 26px;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.case-details .shigong .wenzi span {
    font-size: 26px;
}

.case-details .shigong .pic {
    width: 48.5%;
    height: 405px;
    overflow: hidden;
    margin-top: 30px;
}


/* 解决方案 */

.solution .title {
    font-size: 28px;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    border-bottom: 1px #dfdfe0 solid;
    padding-bottom: 10px;
}


.solution .qiangmian {
    background: url(../images/bg9.png)no-repeat center;
    overflow: hidden;
    background-size: cover;
}

.solution .qiangmian .title {
    margin-top: 85px;
}

.solution .qiangmian .content {
    margin-top: 85px;
}

.solution .qiangmian .content .pic {
    position: absolute;
    left: 50%;
    top: calc(50% - 85px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 410px;
    overflow: hidden;
}

.solution .qiangmian .content .pic img {
    max-width: 100%;
}

.solution .qiangmian .content .item {
    width: 435px;
    margin-right: 300px;
    margin-bottom: 170px;
    background: url(../images/line5.png)no-repeat left bottom;
    background-size: 100%;
    padding-bottom: 20px;
}

.solution .qiangmian .content .item:nth-child(even) {
    margin-right: 0;
    background-image: url(../images/line6.png);
}

.solution .qiangmian .content .item .tit {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 20px;
}

.solution .qiangmian .content .item .text {
    margin-top: 20px;
    line-height: 1.7;
    font-size: 16px;
    color: #808080;
}

.solution .qiangmian .content .item .text p {
    padding-left: 20px;
}

.solution .qiangmian .content .item .text p::before {
    content: '◇';
    color: #00abc8;
    position: absolute;
    left: 0;
    top: 1px;
}


.solution .xianzhuang {
    background: url(../images/bg5.png)no-repeat center;
    overflow: hidden;
    background-size: cover;
}

.solution .xianzhuang .title {
    margin-top: 85px;
}

.solution .xianzhuang .content {
    margin-top: 85px;
}

.solution .xianzhuang .content .pic {
    position: absolute;
    left: 50%;
    top: calc(50% - 85px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 410px;
    overflow: hidden;
}

.solution .xianzhuang .content .pic img {
    max-width: 100%;
}

.solution .xianzhuang .content .item {
    width: 435px;
    margin-right: 300px;
    margin-bottom: 170px;
    background: url(../images/line5.png)no-repeat left bottom;
    background-size: 100%;
    padding-bottom: 20px;
}

.solution .xianzhuang .content .item:nth-child(even) {
    margin-right: 0;
    background-image: url(../images/line6.png);
}

.solution .xianzhuang .content .item .tit {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 20px;
}

.solution .xianzhuang .content .item .text {
    margin-top: 20px;
    line-height: 1.7;
    font-size: 16px;
    color: #808080;
}

.solution .xianzhuang .content .item .text p {
    padding-left: 20px;
}

.solution .xianzhuang .content .item .text p::before {
    content: '◇';
    color: #00abc8;
    position: absolute;
    left: 0;
    top: 1px;
}

.solution .duibi {
    background: #000 url(../images/bg6.jpg)no-repeat center bottom;
    padding-top: 110px;
    padding-bottom: 250px;
}

.solution .duibi .title {
    color: #FFF;
    border-bottom-color: #404040;
}

.solution .duibi .chengben .card,
.solution .duibi .yonggong .card {
    width: 520px;
}

.solution .duibi .chengben .card .pic,
.solution .duibi .yonggong .card .pic {
    width: 100%;
    height: 350px;
}

.solution .duibi .chengben .card .pic img,
.solution .duibi .yonggong .card .pic img {
    max-height: 100%;
}

.solution .duibi .chengben .card .tit,
.solution .duibi .yonggong .card .tit {
    font-size: 32px;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    background-image: linear-gradient( #c4eaf0, #0bb9d0);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 900;
}

.solution .duibi .chengben .card .text-con,
.solution .duibi .yonggong .card .text-con {
    border-top: 1px #404040 solid;
    color: #00abc8;
    line-height: 45px;
    margin-top: 20px;
    font-size: 18px;
}

.solution .duibi .chengben .card .text-con .text {
    border-bottom: 1px #404040 solid;
}

.solution .duibi .chengben .txt-con,
.solution .duibi .yonggong .txt-con {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 223px;
    height: 250px;
    background: url(../images/img13.png)no-repeat center;
    background-size: cover;
    color: #FFF;
    font-size: 28px;
    top: 50px;
}

.solution .duibi .chengben .txt {
    font-size: 18px;
    border: 1px #005765 solid;
    color: #b1b1b2;
    line-height: 1.7;
    margin-top: 30px;
    padding: 30px 20px;
    background-image: linear-gradient(rgba(255, 255, 255, .05), rgba(255, 255, 255, 0));
}

.solution .duibi .chengben .txt span {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    color: #00abc8;
}

.solution .duibi .yonggong {
    margin-top: 260px;
}

.solution .duibi .yonggong .txt-con::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 1px;
    width: 160px;
    background-color: #014d5a;
    left: -170px;
}

.solution .duibi .yonggong .txt-con::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 1px;
    width: 160px;
    background-color: #014d5a;
    right: -170px;
}

.solution .duibi .yonggong .table {
    background-image: linear-gradient(rgba(255, 255, 255, .05), rgba(255, 255, 255, 0));
    color: #b1b1b2;
    font-size: 18px;
    margin-top: 70px;
}

.solution .duibi .yonggong .table table {
    border-top: 1px #055d6d solid;
    border-left: 1px #055d6d solid;
}

.solution .duibi .yonggong .table table td {
    border-bottom: 1px #055d6d solid;
    border-right: 1px #055d6d solid;
    padding: 10px;
}

.solution .duibi .yonggong .table span {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    color: #00abc8;
}

.solution .duibi .yonggong .table .text {
    margin-top: 15px;
}

.solution .duibi .con {
    margin-top: 260px;
}

.solution .duibi .con .pic img {
    max-width: 100%;
}

.solution .duibi .con .txt {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.7;
}

.solution .duibi .con .text-content .text {
    background-image: linear-gradient(rgba(255, 255, 255, .05), rgba(255, 255, 255, 0));
    border: 1px #097296 solid;
    line-height: 55px;
    width: 32%;
    font-size: 18px;
    color: #FFF;
    margin-top: 45px;
}

.solution .duibi .con .text-content .tips {
    background-image: linear-gradient(rgba(255, 255, 255, .05), rgba(255, 255, 255, 0));
    border: 1px #097296 solid;
    font-size: 24px;
    color: #FFF;
    margin-top: 20px;
    padding: 20px;
    line-height: 1.7;
}

.solution .duibi .con .text-content .tips span {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    color: #00abc8;
}

.solution .moshi {
    margin-top: 160px;
}

.solution .moshi .table {
    margin-top: 70px;
}

.solution .moshi .table table th {
    background-color: #00abc7;
    height: 50px;
    font-size: 20px;
    color: #FFF;
    text-align: left;
}

.solution .moshi .table table td {
    font-size: 16px;
    line-height: 1.7;
    border-bottom: 1px #d0d0d0 solid;
    padding-top: 20px;
    padding-bottom: 20px;
}

.solution .moshi .table table th:first-child,
.solution .moshi .table table td:first-child {
    padding-left: 20px;
}

.solution .yewu {
    margin-top: 330px;
}

.solution .yewu .content {
    width: 100%;
    background: url(../images/line7.png)no-repeat center top;
    overflow: hidden;
    margin-top: 100px;
}

.solution .yewu .content .item {
    width: 575px;
    margin-top: 40px;
    margin-right: 40px;
}

.solution .yewu .content .item:nth-child(2) {
    margin-right: 0;
}

.solution .yewu .content .item .tit {
    font-size: 36px;
    font-weight: 900;
    width: 115px;
}

.solution .yewu .content .item:first-child .tit {
    color: #00abc8;
}

.solution .yewu .content .item .txt {
    font-size: 18px;
    line-height: 2;
}

.solution .yewu .content .item .text {
    font-size: 18px;
    margin-top: 60px;
    margin-left: 60px;
}

.solution .yewu .content .item .text span {
    color: #00abc8;
}

.solution .yewu .content .last {
    padding-top: 120px;
    font-size: 36px;
    font-weight: 900;
}

.solution .zhichi {
    margin-top: 370px;
}

.solution .zhichi .content {
    height: 300px;
    background: url(../images/line8.png)no-repeat 50px top;
    margin-top: 100px;
}

.solution .zhichi .item {
    width: 520px;
    margin-right: 40px;
}

.solution .zhichi .tit {
    font-size: 36px;
    font-weight: 900;
    width: 130px;
}

.solution .zhichi .item .tit {
    color: #00abc8;
}

.solution .zhichi .item .text {
    font-size: 18px;
    line-height: 60px;
}

.solution .zhichi .item .text p {
    background: url(../images/line9.png)no-repeat right bottom;
    background-size: 100%;
}

.solution .zhichi .text-content .tit {
    margin-right: 60px;
}

.solution .zhichi .text-content .text {
    font-size: 18px;
    line-height: 1.8;
}

.solution .zhichi .text-content .text p::before {
    content: '◇';
    color: #00abc8;
}

.solution .penxun {
    background: #000 url(../images/bg7.jpg) repeat-x left bottom;
    padding-top: 80px;
    padding-bottom: 150px;
    margin-top: 285px;
    color: #FFF;
}

.solution .penxun .title {
    border-bottom-color: #282828;
}

.solution .penxun li {
    width: 33.333%;
    margin-top: 50px;
}

.solution .penxun li .tit {
    width: 130px;
    height: 130px;
    border: 1px #008ba1 solid;
    font-size: 28px;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    color: #00abc8;
}

.solution .penxun li .txt {
    font-size: 18px;
    border-bottom: 1px #007589 solid;
    padding-bottom: 10px;
    margin-top: 30px;
}

.solution .penxun li .txt::after {
    content: '';
    position: absolute;
    right: 30px;
    bottom: -7px;
    width: 8px;
    height: 14px;
    background: url(../images/arrow3.png)no-repeat center;
}

.solution .penxun li:last-child .txt::after {
    right: 0;
}

.solution .penxun li .text {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 20px;
}

.solution .penxun li .text span {
    font-size: 16px;
    color: #00abc8;
}

.solution .penxun .content {
    margin-top: 170px;
}

.solution .penxun .content .tit {
    font-size: 28px;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 15px;
}

.solution .penxun .content .item {
    border-top: 1px #007589 solid;
    width: 33.333%;
    padding-top: 20px;
}

.solution .penxun .content .item::after,
.solution .penxun .content .item .txt::after {
    content: '';
    position: absolute;
    right: 30px;
    top: -8px;
    width: 8px;
    height: 14px;
    background: url(../images/arrow3.png)no-repeat center;
}

.solution .penxun .content .item .text {
    line-height: 1.7;
    font-size: 18px;
    min-height: 153px;
}

.solution .penxun .content .item .text p span {
    color: 16px;
    color: #00abc8;
}

.solution .penxun .content .item .txt {
    border-top: 1px #007589 solid;
    font-size: 24px;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-top: 20px;
    padding-top: 10px;
}

.solution .penxun .content .item .tips {
    position: absolute;
    left: 0;
    top: -40px;
    color: #00abc8;
    font-size: 18px;
}

.solution .bg {
    background-color: #f2f1f4;
    padding-top: 150px;
    padding-bottom: 290px;
}

.solution .kehu li {
    margin-top: 40px;
    width: 49.5%;
    height: 375px;
    overflow: hidden;
}

.solution .kehu .text-con {
    position: absolute;
    padding: 20px;
    width: 100%;
    left: 0;
    top: 0;
}

.solution .kehu .text-con .tit {
    color: #FFF;
    font-size: 24px;
    border-bottom: 1px #555b6b solid;
    padding-bottom: 15px;
}

.solution .kehu .text {
    font-size: 18px;
    line-height: 2;
    margin-top: 20px;
    color: #b1b1b2;
}

.solution .home-pro {
    padding-top: 280px;
    background-color: #f2f1f4;
    padding-bottom: 0;
}

@media (min-width:1025px) {
    .news .item:hover .pic img,
    .case .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:1440px) {
    .us-banner .text-con .title {
        font-size: 48px;
    }
}

@media (max-width:1199px) {
    .subnav li {
        font-size: 16px;
        margin-right: .4rem;
        padding-right: .4rem;
    }
    .pub-grey {
        padding-top: .8rem;
        padding-bottom: 1.2rem;
    }
    .news .item {
        margin-top: .2rem;
    }
    .news .item .pic {
        width: 4.6rem;
        height: 3.2rem;
    }
    .news .item .text-con {
        padding: .2rem .2rem .2rem .3rem;
    }
    .news .item .tit,
    .n-banner .text-con .tit {
        font-size: 18px;
    }
    .news .item .info {
        left: .3rem;
        right: .2rem;
        bottom: .2rem;
    }
    .news .item .des {
        margin-top: .2rem;
    }
    .page {
        margin-top: .7rem;
    }
    .news .details .content {
        padding: .2rem;
    }
    .news .details h1 {
        font-size: 20px;
        margin-top: .7rem;
    }
    .news .details .body {
        padding: .7rem 1rem 1rem;
    }
    .news .details .prev-next {
        margin-top: .3rem;
    }
    .news .details .body p {
        margin-top: .3rem;
    }
    .n-banner .text-con .title {
        font-size: 24px;
        white-space: nowrap;
    }
    .case {
        padding-left: 0;
        padding-right: 0;
    }
    .case .item {
        margin-bottom: .4rem;
    }
    .case .item .pic {
        height: 2.8rem;
    }
    .case .item .text-con .tit,
    .case-details .introduction .text,
    .case-details .shigong .num,
    .solution .xianzhuang .content .item .text,
    .solution .duibi .yonggong .table,
    .solution .duibi .chengben .card .text-con,
    .solution .duibi .yonggong .card .text-con,
    .solution .duibi .chengben .txt,
    .solution .duibi .con .txt,
    .solution .duibi .con .text-content .text,
    .solution .moshi .table table td,
    .solution .yewu .content .item .txt,
    .solution .yewu .content .item .text,
    .solution .zhichi .item .text,
    .solution .zhichi .text-content .text,
    .solution .penxun li .txt,
    .solution .penxun li .text,
    .solution .penxun li .text span,
    .solution .penxun .content .item .text,
    .solution .penxun .content .item .tips,
    .solution .kehu .text {
        font-size: 14px;
    }
    .case .item .text-con {
        font-size: .2rem;
    }
    .contact {
        padding-left: 0;
        padding-right: 0;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .contact .form {
        width: 8.4rem;
    }
    .case-details {
        margin-top: 1rem;
        margin-bottom: 2.8rem;
    }
    .case-details .title,
    .case-details .introduction .tit,
    .case-details .shigong .num span,
    .solution .title,
    .solution .yewu .content .item .tit,
    .solution .yewu .content .last,
    .solution .zhichi .tit,
    .solution .penxun .content .tit {
        font-size: 24px;
    }
    .case-details .introduction .text-con,
    .solution .xianzhuang .title,
    .solution .xianzhuang .content {
        margin-top: .8rem;
    }
    .case-details .introduction .text br {
        display: none;
    }
    .case-details .tongdian {
        margin-top: 1rem;
        padding-bottom: 1rem;
        padding-top: .8rem;
    }
    .case-details .tongdian li {
        margin-top: .5rem;
        padding: .3rem;
    }
    .case-details .tongdian li .icon {
        height: 2.4rem;
    }
    .case-details .tongdian li .tit,
    .solution .xianzhuang .content .item .tit,
    .solution .moshi .table table th {
        font-size: 16px;
    }
    .case-details .liangdian {
        height: 9.85rem;
        padding-top: .8rem;
    }
    .case-details .liangdian .text {
        width: 6rem;
        color: #FFF;
        margin-top: .3rem;
    }
    .case-details .video,
    .case-details .shigong {
        margin-top: 1rem;
    }
    .case-details .video video {
        height: auto;
    }
    .case-details .shigong .text {
        width: 6.6rem;
    }
    .case-details .shigong .pic {
        margin-top: .3rem;
        height: 4.05rem;
    }
    .solution .xianzhuang .content .item {
        width: 45%;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .solution .xianzhuang .content .pic {
        display: none;
    }
    .solution .duibi {
        padding-top: 1rem;
        padding-bottom: 2.5rem;
        background-size: 100%;
    }
    .solution .duibi .chengben .card .tit,
    .solution .duibi .yonggong .card .tit {
        font-size: 26px;
    }
    .solution .duibi .chengben .card,
    .solution .duibi .yonggong .card {
        width: 5.2rem;
    }
    .solution .duibi .chengben .txt-con,
    .solution .duibi .yonggong .txt-con {
        width: 2.23rem;
        height: 2.5rem;
        font-size: 18px;
    }
    .solution .duibi .yonggong {
        margin-top: 1.4rem;
    }
    .solution .duibi .con {
        margin-top: 1.8rem;
    }
    .solution .duibi .con .text-content .tips,
    .solution .penxun .content .item .txt,
    .solution .kehu .text-con .tit {
        font-size: 18px;
    }
    .solution .moshi {
        margin-top: 1.2rem;
    }
    .solution .moshi .table {
        margin-top: .7rem;
    }
    .solution .yewu,
    .solution .zhichi {
        margin-top: 1.2rem;
    }
    .solution .yewu .content {
        margin-top: 1rem;
        background-size: 94%;
    }
    .solution .yewu .content .item {
        width: 6.3rem;
        margin-top: .4rem;
    }
    .solution .yewu .content .last {
        padding-top: 1.4rem;
    }
    .solution .yewu .content .item .text {
        margin-left: .4rem;
        margin-top: .7rem;
    }
    .solution .zhichi .content {
        margin-top: 1rem;
    }
    .solution .zhichi .content {
        background-position: 30px 0;
    }
    .solution .zhichi .text-content .tit {
        margin-right: 0rem;
    }
    .solution .penxun {
        margin-top: 1.2rem;
        padding-bottom: 1.5rem;
        padding-top: .8rem;
    }
    .solution .penxun li .tit {
        font-size: 20px;
        width: 1.3rem;
        height: 1.3rem;
    }
    .solution .penxun li {
        margin-top: .5rem;
    }
    .solution .penxun .content {
        margin-top: 1.2rem;
    }
    .solution .bg {
        padding-top: 1.5rem;
        padding-bottom: 2.9rem;
    }
    .solution .home-pro {
        padding-top: 2rem;
    }
    .solution .kehu li {
        margin-top: .4rem;
    }
}

@media (max-width:950px) {
    .solution .yewu .content {
        background: none;
        margin-top: 0;
    }
    .solution .yewu .content .item,
    .solution .zhichi .item {
        width: 100%;
        margin-right: 0;
    }
    .solution .yewu .content .item .tit,
    .solution .yewu .content .last,
    .solution .zhichi .tit {
        font-size: 20px;
    }
    .solution .yewu .content .item .text {
        margin-left: 0;
        margin-top: .4rem;
    }
    .solution .zhichi .content {
        background: none;
        height: auto;
    }
    .solution .zhichi .text-content {
        margin-top: .6rem;
    }
}

@media (max-width:767px) {
    .subnav li {
        font-size: 14px;
        line-height: 50px;
    }
    .news .item .pic {
        width: 100%;
        height: 3.8rem;
    }
    .news .item .info {
        position: inherit;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: .2rem;
    }
    .news .item .tit,
    .contact .text-content,
    .contact .form .group .tit {
        font-size: 14px;
    }
    .news .item .des {
        font-size: 12px;
    }
    .news .item .des,
    .news .item .tit {
        margin-right: 0;
    }
    .news .details h1 {
        font-size: 18px;
    }
    .news .details .body {
        padding: 0;
        font-size: 14px;
    }
    .n-banner .text-con .tit {
        font-size: 16px;
    }
    .n-banner .text-con .title,
    .case-details .title,
    .case-details .introduction .tit,
    .solution .xianzhuang .title {
        font-size: 20px;
    }
    .case .item {
        width: 100%;
        margin-right: 0;
    }
    .case .item .pic {
        height: 3.8rem;
    }
    .contact .form {
        margin-top: .6rem;
    }
    .contact .form .group input[type='text'] {
        height: 40px;
    }
    .case-details .tongdian li {
        width: 49%;
    }
    .case-details .tongdian li:nth-child(even) {
        margin-right: 0;
    }
    .case-details .liangdian .text {
        width: 90%;
    }
    .case-details .shigong .text,
    .case-details .shigong .pic,
    .solution .duibi .chengben .card,
    .solution .duibi .yonggong .card,
    .solution .duibi .con .text-content .text {
        width: 100%;
    }
    .case-details .shigong .num-box,
    .solution .duibi .con .text-content .text,
    .solution .zhichi .content {
        margin-top: .3rem;
    }
    .solution .xianzhuang .content .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: .7rem;
    }
    .solution .xianzhuang .content .item:nth-child(even) {
        background-image: url(../images/line5.png);
    }
    .solution .duibi .chengben .txt-con,
    .solution .duibi .yonggong .txt-con {
        display: none;
    }
    .solution .duibi .yonggong .table,
    .solution .moshi .table {
        overflow-x: auto;
        margin-top: .6rem;
    }
    .solution .duibi .yonggong .table table,
    .solution .moshi .table table {
        white-space: nowrap;
    }
    .solution .duibi .con .text-content .tips {
        font-size: 16px;
        padding: .2rem;
        margin-top: .2rem;
    }
    .solution .moshi .table table td,
    .solution .moshi .table table th {
        padding-left: 15px;
    }
    .solution .yewu .content .last {
        padding-top: .7rem;
    }
    .solution .zhichi .tit {
        width: 100px;
    }
    .solution .penxun li,
    .solution .penxun .content .item,
    .solution .kehu li {
        width: 100%;
    }
    .solution .penxun li .txt::after,
    .solution .penxun .content .item::after,
    .solution .penxun .content .item .txt::after {
        right: 0;
    }
    .solution .penxun .content .item:nth-child(2) {
        margin-top: 1.2rem;
    }
    .solution .penxun .content .item .text {
        min-height: auto;
    }
}


/* 产品 */

.banner-video {
    display: none;
    width: 80%;
}

.pro-details {
    padding-bottom: 140px;
}

.pro-details .pro-title {
    font-size: 32px;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.pro-details .info-con {
    margin-top: 100px;
}

.pro-details .info-con .pro-title {
    border-bottom: 2px #e0e0e0 solid;
    padding-bottom: 10px;
}

.pro-details .info-con .content {
    margin-top: 90px;
}

.pro-details .info-con .focus {
    width: 535px;
    margin-right: 145px;
    padding-bottom: 30px;
}

.pro-details .info-con .focus img {
    max-width: 100%;
    max-height: 100%;
}

.pro-details .info-con .focus .swiper-slide {
    height: 565px;
}

.pro-details .info-con .focus .swiper-button-black {
    background-size: 16px;
}

.pro-details .info-con .focus .swiper-pagination {
    width: 100%;
    bottom: 0;
}

.pro-details .info-con .focus .swiper-pagination-bullet {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
    width: 18px;
    height: 2px;
    background-color: #a9a9aa;
    margin: 0 5px;
}

.pro-details .info-con .focus .swiper-pagination-bullet-active {
    background-color: #00abc8;
}

.pro-details .info-con .txt-con .item {
    border-bottom: 1px #e0e0e0 solid;
    padding: 30px 0;
}

.pro-details .info-con .txt-con .item:first-child {
    border-top: 1px #e0e0e0 solid;
}

.pro-details .info-con .txt-con .item img {
    margin-right: 10px;
}

.pro-details .info-con .txt-con .item .tit {
    font-size: 16px;
    cursor: pointer;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.pro-details .info-con .txt-con .item .arrow {
    width: 15px;
    height: 15px;
    background: url(../images/jia.png)no-repeat center;
}

.pro-details .info-con .txt-con .item .des {
    margin-top: 50px;
    color: #9e9e9f;
    font-size: 16px;
    font-family: 'HarmonyOS_Sans_SC_Light';
    display: none;
    line-height: 1.8;
}

.pro-details .info-con .txt-con .item.on .des {
    display: block;
}

.pro-details .info-con .txt-con .item.on .arrow {
    background-image: url(../images/jian.png);
}

.pro-details .text-con1,
.pro-details .text-con2 {
    width: 100%;
    overflow: hidden;
    margin-top: 160px;
}

.pro-details .text-con1 img,
.pro-details .text-con2 img {
    width: 100%;
}

.pro-details .text-con1 .container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 2;
    top: 20%;
}

.pro-details .text-con2 .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
}

.pro-details .text-con1 .pro-title,
.pro-details .text-con2 .pro-title {
    color: #00abc8;
}

.pro-details .text-con1 .text {
    width: 460px;
    color: #FFF;
    font-size: 20px;
    line-height: 1.6;
    margin-top: 50px;
}

.pro-details .text-con2 .text {
    width: 100%;
    color: #FFF;
    font-size: 20px;
    line-height: 1.6;
    margin-top: 20px;
}

.pro-details .text-con1 .text p {
    margin-top: 25px;
}

.pro-details .text-con1 .text span {
    color: #00abc8;
}

.pro-details .pro-pic-con {
    margin-top: 180px;
}

.pro-details .pro-pic-con .pic-con {
    width: 49%;
    margin-top: 25px;
}

.pro-details .pro-pic-con .pic-con .pic {
    width: 100%;
    height: 445px;
    overflow: hidden;
}

.pro-details .pro-pic-con .pic-con .text {
    font-size: 18px;
    color: #717071;
    margin-top: 30px;
    padding-left: 25px;
    line-height: 1.8;
}

.pro-details .pro-pic-con .pic-con .text::before {
    content: '◇';
    position: absolute;
    left: 0;
    top: 2px;
    color: #00abc8;
}

.pro-details .pro-pic-con1 {
    background-color: #1d1a34;
    overflow: hidden;
    margin-top: 235px;
}

.pro-details .pro-pic-con1 .pic-con {
    width: 50%;
}

.pro-details .pro-pic-con1 .pic-con .pic {
    height: 475px;
}

.pro-details .pro-pic-con1 .pic-con .pic:last-child {
    margin-top: 10px;
}

.pro-details .pro-pic-con1 .pro-title {
    color: #00abc8;
}

.pro-details .pro-pic-con1 .text-con {
    width: 440px;
}

.pro-details .pro-pic-con1 .text {
    color: #FFF;
    font-size: 18px;
}

.pro-details .pro-pic-con1 .text p {
    padding-left: 25px;
    margin-top: 30px;
}

.pro-details .pro-pic-con6 {
    background: url(../images/pro-img26.png)no-repeat left top;
    background-size: cover;
    overflow: hidden;
    height: 960px;
}

.pro-details .pro-pic-con6 .pro-title {
    color: #00abc8;
}

.pro-details .pro-pic-con6 .text-con {
    width: 470px;
}

.pro-details .pro-pic-con6 .text {
    color: #FFF;
    font-size: 18px;
}

.pro-details .pro-pic-con6 .text p {
    padding-left: 25px;
    margin-top: 30px;
}

.pro-details .pro-pic-con6 .text-con .img {
    margin-top: 50px;
}

.pro-details .pro-pic-con7 {
    background-color: #1d1a34;
    overflow: hidden;
}

.pro-details .pro-pic-con7 .pic-con {
    width: 50%;
}

.pro-details .pro-pic-con7 .pro-title {
    color: #00abc8;
}

.pro-details .pro-pic-con7 .text-con {
    width: 460px;
}

.pro-details .pro-pic-con7 .text {
    color: #FFF;
    font-size: 18px;
}

.pro-details .pro-pic-con7 .text p {
    padding-left: 25px;
    margin-top: 30px;
}

.pro-details .pro-pic-con7 .img1 {
    margin-top: 40px;
}

.pro-details .pro-pic-con8 {
    margin-top: 180px;
}

.pro-details .pro-pic-con8 .pic-con {
    margin-top: 25px;
}

.pro-details .pro-pic-con8 .pic-con .pic {
    width: 100%;
    overflow: hidden;
}

.pro-details .pro-pic-con8 .pic-con .text {
    font-size: 18px;
    color: #717071;
    margin-top: 30px;
    padding-left: 25px;
    line-height: 1.8;
}

.pro-details .pro-pic-con9 {
    margin-top: 180px;
}

.pro-details .pro-pic-con9 .pic-con {
    width: 49%;
    margin-top: 25px;
}

.pro-details .pro-pic-con9 .pic-con .pic {
    width: 100%;
    height: 445px;
    overflow: hidden;
}

.pro-details .pro-pic-con9 .pic-con .pro-title {
    margin-top: 40px;
    margin-bottom: 30px;
}

.pro-details .pro-pic-con9 .pic-con .text {
    font-size: 18px;
    color: #717071;
    margin-top: 10px;
    padding-left: 25px;
    line-height: 1.8;
}

.pro-details .pro-pic-con1 .text p::before,
.pro-details .pro-pic-con2 .text p::before,
.pro-details .pro-pic-con2 .pic-con .item p::before,
.pro-details .pro-pic-con3 .text::before,
.pro-details .pro-pic-con5 .text::before,
.pro-details .pro-pic-con6 .text p::before,
.pro-details .pro-pic-con7 .text p::before,
.pro-details .pro-pic-con8 .pic-con .text::before,
.pro-details .pro-pic-con9 .pic-con .text::before {
    content: '◇';
    position: absolute;
    left: 0;
    top: 2px;
    color: #00abc8;
}

.pro-details .pro-pic-con1 .img1 {
    margin-top: 50px;
}

.pro-details .pro-pic-con2 {
    margin-top: 180px;
}

.pro-details .pro-pic-con2 .pic-text {
    overflow: hidden;
}

.pro-details .pro-pic-con2 .text-con {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 35%;
    color: #FFF;
}

.pro-details .pro-pic-con2 .text-con .pro-title span {
    color: #00abc8;
}

.pro-details .pro-pic-con2 .text {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 30px;
}

.pro-details .pro-pic-con2 .text p {
    padding-left: 25px;
}

.pro-details .pro-pic-con2 .pic {
    width: 32%;
    margin-top: 30px;
}

.pro-details .pro-pic-con2 .pic-con {
    margin-top: 350px;
}

.pro-details .pro-pic-con2 .pic-con .item {
    width: 49%;
}

.pro-details .pro-pic-con2 .pic-con .item .txt-con {
    margin-top: 50px;
}

.pro-details .pro-pic-con2 .pic-con .item p {
    font-size: 18px;
    padding-left: 25px;
    width: 48.5%;
    margin-top: 30px;
    color: #717071;
}

.pro-details .pro-pic-con3 {
    margin-top: 290px;
}

.pro-details .pro-pic-con3 .pic-con1 {
    width: 66%;
    margin-top: 30px;
}

.pro-details .pro-pic-con3 .pic-con1 .pic {
    width: 48.5%;
}

.pro-details .pro-pic-con3 .pic-con2 {
    width: 32%;
    margin-top: 30px;
}

.pro-details .pro-pic-con3 .text-con {
    background-color: #f2f1f4;
    padding: 30px;
    height: 170px;
}

.pro-details .pro-pic-con3 .tit {
    font-size: 20px;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.pro-details .pro-pic-con3 .text {
    font-size: 18px;
    line-height: 1.8;
    color: #717071;
    padding-left: 25px;
    margin-top: 10px;
}

.pro-details .table-con {
    background: #ffffff;
    margin-top: 100px;
    padding-top: 120px;
    padding-bottom: 90px;
}

.pro-details .table-con .pro-title {
    color: #0c0c0c;
    border-bottom: 2px rgba(71, 66, 66, .3) solid;
    padding-bottom: 10px;
}

.pro-details .table-con .table {
    width: 48%;
    margin-top: 40px;
}

.pro-details .table-con .table th {
    font-size: 20px;
    color: #00abc8;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pro-details .table-con .table td {
    background-color: #ececec;
    border-bottom: 1px rgba(102,102,102, .3) solid;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: 'HarmonyOS_Sans_SC_Regular';
    color: #333333;
}


.pro-details .table-con .table .bold-bottom td {
  border-bottom: 2px rgba(102,102,102, .5)  solid; /* 加粗底部线条 */
}

.pro-details .table-con .table td:first-child {
    font-size: 16px;
}

.pro-details .table-con .table td span {
    background-color: #00abc8;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.pro-details .table-con .table .tit {
    font-size: 16px;
    color: #333333;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.pro-details .table-con .table .dot {
    background: none;
    border: 1px #666666 solid;
}

.pro-details .table-con .table:last-child td:last-child {
    color: #333333;
}

.pro-details .pro-pic-con4 {
    margin-top: 150px;
}

.pro-details .pro-pic-con4 .pro-title {
    padding-bottom: 10px;
    border-bottom: 2px #c0c0c0 solid;
}

.pro-details .pro-pic-con4 .pic {
    height: 880px;
    border: 1px #c0c0c0 solid;
    margin-top: 50px;
    padding: 50px;
}

.pro-details .pro-pic-con4 .pic img {
    max-width: 100%;
    max-height: 100%;
}

.pro-details .pro-pic-con5 {
    background-color: #000;
    padding: 70px 0;
}

.pro-details .pro-pic-con5 .item {
    width: 23.5%;
}

.pro-details .pro-pic-con5 .pic {
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.pro-details .pro-pic-con5 .text {
    padding-left: 25px;
    margin-top: 20px;
    color: #c8c9ca;
    font-size: 18px;
}

.nanti {
    width: 100%;
    overflow: hidden;
}

.nanti img {
    width: 100%;
}

.nanti .container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 10%;
}

.nanti .title {
    font-size: 28px;
    border-bottom: 1px #acaeb4 solid;
    line-height: 2;
    font-weight: bold;
}

.nanti .text {
    width: 70%;
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
}

@media (max-width:1440px) {
    .pro-details .text-con1 .container {
        top: 10%;
    }
    .pro-details .text-con1 {
        margin-top: 120px;
    }
    .pro-details .text-con1 .text {
        font-size: 18px;
    }
}

@media (max-width:1199px) {
    .pro-details {
        padding-bottom: 1rem;
    }
    .pro-details .info-con {
        margin-top: 1rem;
    }
    .pro-details .pro-title,
    .nanti .title {
        font-size: 24px;
    }
    .pro-details .info-con .txt-con .item .tit,
    .pro-details .text-con1 .text,
    .pro-details .pro-pic-con .pic-con .text,
    .pro-details .pro-pic-con1 .text,
    .pro-details .pro-pic-con2 .text,
    .pro-details .pro-pic-con2 .pic-con .item p,
    .pro-details .pro-pic-con3 .text,
    .pro-details .table-con .table .tit,
    .pro-details .table-con .table td:first-child,
    .pro-details .text-con2 .text,
    .pro-details .pro-pic-con5 .text,
    .pro-details .pro-pic-con6 .text,
    .pro-details .pro-pic-con7 .text p,
    .pro-details .pro-pic-con8 .pic-con .text,
    .pro-details .pro-pic-con9 .text,
    .pro-details .pro-pic-con9 .pic-con .text,
    .nanti .text {
        font-size: 14px;
    }
    .pro-details .info-con .txt-con .item .des {
        font-size: 12px;
    }
    .pro-details .info-con .focus {
        width: 5.35rem;
        margin-right: .7rem;
    }
    .pro-details .info-con .focus .swiper-slide {
        height: 5.65rem;
    }
    .pro-details .info-con .txt-con .item .des,
    .pro-details .table-con .table,
    .pro-details .pro-pic-con4 .pic,
    .pro-details .text-con2 .text,
    .pro-details .pro-pic-con6 .text-con .img,
    .pro-details .pro-pic-con6 .text p,
    .pro-details .pro-pic-con7 .text p,
    .pro-details .pro-pic-con7 .img1 {
        margin-top: .3rem;
    }
    .pro-details .info-con .txt-con .item {
        padding: .3rem 0;
    }
    .pro-details .text-con1,
    .pro-details .pro-pic-con,
    .pro-details .pro-pic-con2,
    .pro-details .pro-pic-con1,
    .pro-details .pro-pic-con2 .pic-con,
    .pro-details .pro-pic-con3,
    .pro-details .table-con,
    .pro-details .pro-pic-con4,
    .pro-details .text-con2,
    .pro-details .pro-pic-con8,
    .pro-details .pro-pic-con9 {
        margin-top: .7rem;
    }
    .pro-details .text-con1 .text p {
        margin-top: .25rem;
    }
    .pro-details .text-con1 img {
        width: auto;
        height: 9.6rem;
    }
    .pro-details .pro-pic-con .pic-con .pic,
    .pro-details .pro-pic-con9 .pic-con .pic {
        height: 4.4rem;
    }
    .pro-details .pro-pic-con1 .pic-con .pic {
        height: 4.7rem;
    }
    .pro-details .pro-pic-con1 .text-con {
        width: 5rem;
    }
    .pro-details .pro-pic-con2 .text-con {
        width: 50%;
    }
    .pro-details .pro-pic-con3 .tit,
    .pro-details .table-con .table th {
        font-size: 16px;
    }
    .pro-details .pro-pic-con3 .text-con {
        padding: .3rem;
    }
    .pro-details .table-con {
        padding-top: .6rem;
    }
    .pro-details .pro-pic-con4 .pic {
        padding: .5rem;
        height: auto;
    }
    .pro-details .pro-pic-con6 {
        height: auto;
        padding: .5rem 0;
    }
    .pro-details .pro-pic-con7 {
        height: auto;
    }
    .nanti img {
        width: auto;
        height: 12rem;
    }
}

@media (max-width:950px) {
    .pro-details .pro-pic-con7 .pic-con,
    .pro-details .pro-pic-con7 .text-con {
        width: 100%;
    }
    .pro-details .pro-pic-con7 .text-con {
        padding: .5rem .3rem;
    }
}

@media (max-width:767px) {
    .pro-details .pro-title {
        font-size: 20px;
    }
    .pro-details .info-con .content {
        display: block;
        margin-top: .7rem;
    }
    .pro-details .info-con .focus {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    .pro-details .info-con .txt-con,
    .pro-details .pro-pic-con1 .text-con,
    .pro-details .pro-pic-con2 .pic-con .item,
    .pro-details .pro-pic-con2 .pic-con .item .txt-con {
        margin-top: .4rem;
    }
    .pro-details .text-con1 .text,
    .pro-details .pro-pic-con .pic-con,
    .pro-details .pro-pic-con1 .pic-con,
    .pro-details .pro-pic-con1 .text-con,
    .pro-details .pro-pic-con2 .pic-con .item,
    .pro-details .pro-pic-con2 .pic-con .item p,
    .pro-details .pro-pic-con3 .pic-con1,
    .pro-details .pro-pic-con3 .pic-con2,
    .pro-details .table-con .table,
    .pro-details .pro-pic-con6 .text-con,
    .pro-details .pro-pic-con9 .pic-con,
    .nanti .text {
        width: 100%;
    }
    .pro-details .text-con1 img {
        height: 7.2rem;
    }
    .pro-details .pro-pic-con1 .text-con {
        padding: .3rem;
    }
    .pro-details .pro-pic-con2 .pic-text img {
        width: auto;
        height: 4.8rem;
    }
    .pro-details .pro-pic-con2 .text-con {
        width: auto;
        right: .3rem;
        left: .3rem;
    }
    .pro-details .pro-pic-con2 .pic {
        width: 100%;
        margin-top: .3rem;
    }
    .pro-details .pro-pic-con2 .pic-con .item p,
    .pro-details .pro-pic-con3 .pic-con1,
    .pro-details .pro-pic-con3 .pic-con2 {
        margin-top: .3rem;
    }
    .pro-details .pro-pic-con3 .text-con {
        height: auto;
    }
    .pro-details .text-con2 img {
        width: auto;
        height: 4.2rem;
    }
    .pro-details .pro-pic-con5 {
        padding: .3rem 0;
    }
    .pro-details .pro-pic-con5 .item {
        width: 49%;
        margin-top: .2rem;
        margin-bottom: .2rem;
    }
}

/* 11-8 */

.banner-text1 {
    background-color: #040000;
    overflow: hidden;
    height: 620px;
}

.banner-text1 .title {
    font-size: 28px;
    color: #00abc8;
    font-weight: bold;
    margin-top: 130px;
}

.banner-text1 .text {
    font-size: 20px;
    color: #9d9d9e;
    line-height: 1.8;
    margin-top: 40px;
}

.pro-details-news .pic-con .item {
    width: 33.333333%;
    background-color: #040000;
    border-bottom: 1px rgba(255, 255, 255, .1) solid;
    cursor: pointer;
}

.pro-details-news .pic-con .item .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 57%;
}

.pro-details-news .pic-con .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.pro-details-news .pic-con .item .pic::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 2;
}

.pro-details-news .pic-con .item .tit {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    font-size: 28px;
    color: #00abc8;
    line-height: 2;
    font-weight: bold;
    z-index: 10;
}

.pro-details-news .pic-con .item .text {
    font-size: 16px;
    line-height: 1.8;
    color: #9d9d9e;
    border-right: 1px rgba(255, 255, 255, .1) solid;
    height: 245px;
}

.pro-details-news .text-content {
    width: 100%;
    height: 960px;
    background: url(../images/bg8.jpg)no-repeat center bottom;
    background-size: cover;
    padding-top: 180px;
}

.pro-details-news .text-content .content {
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.pro-details-news .text-content .content .title {
    font-size: 24px;
    color: #00abc8;
    margin-top: 20px;
    font-weight: bold;
    line-height: 1.8;
}

.pro-details-news .text-content .content .des {
    font-size: 16px;
    color: #FFF;
    margin-top: 20px;
    font-family: 'HarmonyOS_Sans_SC_Light';
}

.pro-details-news .text-content .pic {
    position: absolute;
    bottom: -20px;
    right: -80px;
}

.pro-details-news .text-content .con {
    margin-top: 15px;
    background-color: rgba(0, 0, 0, .5);
    border: 1px #03333c solid;
    padding: 0 180px 40px 50px;
}

.pro-details-news .text-content .item {
    width: 48%;
    margin-top: 40px;
    color: #FFF;
}

.pro-details-news .text-content .item .icon {
    width: 74px;
    height: 74px;
    margin-right: 15px;
}

.pro-details-news .text-content .item .icon img {
    max-width: 100%;
}

.pro-details-news .text-content .item .tit {
    font-size: 18px;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.pro-details-news .text-content .item .txt {
    font-size: 16px;
    font-family: 'HarmonyOS_Sans_SC_Light';
    margin-top: 5px;
}

.pro-details-news .img1 img,
.pro-details-news .img2 img {
    width: 100%;
}

.pro-details-news .img2 {
    margin: 240px auto;
    width: 74%;
}

@media (min-width:1025px) {
    .pro-details-news .pic-con .item:hover .pic::after {
        display: none;
    }
}

@media (max-width:1199px) {
    .banner-text1 {
        height: 6.2rem;
    }
    .banner-text1 .title {
        font-size: 24px;
        margin-top: .7rem;
    }
    .banner-text1 .text,
    .pro-details-news .pic-con .item .text,
    .pro-details-news .text-content .content .des,
    .pro-details-news .text-content .item .txt {
        font-size: 14px;
    }
    .pro-details-news .pic-con .item .tit {
        font-size: 20px;
    }
    .pro-details-news .pic-con .item .text {
        height: 2.4rem;
    }
    .pro-details-news .text-content {
        height: auto;
        padding-top: 1.6rem;
        padding-bottom: 1.3rem;
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .pro-details-news .text-content .logo img {
        height: 2.2rem;
    }
    .pro-details-news .text-content .pic {
        display: none;
    }
    .pro-details-news .text-content .content {
        width: 100%;
    }
    .pro-details-news .text-content .con {
        padding: 0 .4rem .4rem .4rem;
    }
    .pro-details-news .text-content .content .title {
        font-size: 20px;
    }
    .pro-details-news .text-content .item .tit {
        font-size: 16px;
    }
    .pro-details-news .img2 {
        margin: .7rem auto;
        width: 100%;
    }
}

@media (max-width:767px) {
    .pro-details-news .pic-con .item,
    .pro-details-news .text-content .item {
        width: 100%;
    }
    .pro-details-news .pic-con .item .text {
        height: auto;
        padding: .3rem 0;
    }
    .pro-details-news .text-content .item {
        margin-top: .4rem;
    }
}